home *** CD-ROM | disk | FTP | other *** search
/ Products & Services for NeXT / Products & Services for NeXT.iso / AlembicDemo.app / ScriptWriter / VariableGroups / Shell.vargrp (.txt) < prev   
NeXT TypedStream Data  |  1993-04-05  |  3KB  |  42 lines

  1. typedstream
  2. VariableGroup
  3. Object
  4. Shell
  5. [22@]
  6. Variable
  7. MThis variable contains the argument list passed to the script upon execution.
  8. cdpath
  9. hThis variable contains the pathnames of other directories to search for arguments to cd, pushd and popd.
  10. FThis variable contains the full path of the current working directory.
  11. nWhen this variable is set, each command is echoed to the screen before it is executed. It is unset by default.
  12.     histchars
  13. xThis variable contains the two history substitution characters. If it is unset, these characters default to '!' and '^'.
  14. history
  15. VThis variable contains the number of commands the shell will keep in the history list.
  16. BThis variable contains the full path to the user's home directory.
  17.     ignoreeof
  18. When this variable is set, the shell won't terminate when it receives an end-of-file character from keyboard input (i.e. a control-D). It is unset by default.
  19. This variable contains the pathname or pathnames the shell will look for electronic mail. If the first word in the wordlist is a number, the shell will check for mail in that number of seconds.
  20.     noclobber
  21. When this variable is set, the shell will prevent any redirection from any commands from overwriting an existing file. It will also prevent append operations from creating a file. It is unset by default.
  22. noglob
  23. hWhen this variable is set, the shell will not allow filename expansion to occur. It is unset by default.
  24.     nonomatch
  25. When this variable is set, commands that try file expansion and there is no match will not cause the shell to generate an error. It is unset by default.
  26. notify
  27. rWhen this variable is set, the shell will notify users of a job completion asynchronously. It is unset by default.
  28. OThis variable contains the paths that the shell will search to locate commands.
  29. prompt
  30. JThis variable contains the shell prompt string. It's default value is '%'.
  31. savehist
  32. bThis variable contains the number of commands in the history list the shell will save upon logout.
  33. shell
  34. 2This variable contains the full path of the shell.
  35. status
  36. AThis variable contains the completion status of the last command.
  37. 5This variable contains the name of the terminal type.
  38. This variable contains the maximum amount of time (in seconds) that the shell will allow a command to execute without reporting its usage stats.
  39. -This variable contains the user's login name.
  40. verbose
  41. When this variable is set, the shell will display the command (after it has performed the history substitutions but before any other operations).
  42.